- absoluteExists
bool function(string path) absoluteExists;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- absoluteIsDir
bool function(string path) absoluteIsDir;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- absoluteIsFile
bool function(string path) absoluteIsFile;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- exists
bool function(string path) exists;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- getPath
string function(string path) getPath;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- getcwd
string function() getcwd;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- isDir
bool function(string path) isDir;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- isFile
bool function(string path) isFile;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- isPathValid
bool function(string path, bool expectsFile = true, bool shouldVerify = true) isPathValid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- isPathValidExtra
bool function(string path) isPathValidExtra;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- read
IHipFSPromise function(string path, out ubyte[] output) read;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- readText
IHipFSPromise function(string path, out string output) readText;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- remove
bool function(string path) remove;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- setPath
bool function(string path) setPath;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- write
bool function(string path, void[] data) write;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- writeCache
string function(string cacheName, void[] data) writeCache;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.